home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / bbs / ci342_000.lha / update.342 < prev   
Text File  |  1994-08-14  |  2KB  |  37 lines

  1.  3.42.P23 - P25
  2.  
  3.    -- Fixed a minor bug in CONFG.  If you attached a directory to the
  4.       first three rooms, it would remove it as an error.
  5.    -- Fixed a memory allocation bug in getenv replacement routine.  The
  6.       routine was eating memory.
  7.    -- reformatted the .RS a little.
  8.    -- fixed a few minor nits in the code.
  9.    -- added some code for the XPR functions(still not done yet).
  10.    -- added code to collect monthly networking stats creating two
  11.       new files.  Network_stats.sys which is created in the audit
  12.       area keeps track of the monthly traffic totals and when the
  13.       month changes, Network_log.sys will be created also in the
  14.       audit area.  Network_stats.sys is binary, where Network_log.sys
  15.       is a text file with the month, input/output data amounts and
  16.       the total time spent networking.
  17.    -- fixed minor bug. The BADWORDS.SYS file was never closed.  Also
  18.       the code never initialized the discard file properly.
  19.       The discard file was not being used for net messages or QWK messages
  20.       but only for messages posted on the current BBS.  To make it
  21.       consistant, it will always use the same discard file for bad words.
  22.    -- Added code to open the console window if it is iconified and a
  23.       request for the window to be ReActivated occurs.  This could be:
  24.          -- Sysop Call ^T
  25.          -- Chat Enabled and Chat Request
  26.          -- Sysop Edit session(well not very likey that you would do this!)
  27.    -- Added the code for BADUSER.SYS from 3.45.  This allows you to specify
  28.       that certain names cannot be used as UserNames.
  29.    -- Fixed a bug in the QWK code that caused all uploads to go in to
  30.       the #HOMEAREA instead of the room intended.
  31.    -- Added a bit of code to reload the statistics for networking from
  32.       the last run.  The information is displayed in the .RS.  It would
  33.       have been reloaded once a net session occured, but this is cleaner.
  34.  
  35.   Next on the agenda is Page length/Pausing, at le  ast I am investigating
  36.   it...
  37.